llc
authorPierre Chifflier <pollux@debian.org>
Sat, 27 Sep 2025 19:43:45 +0000 (21:43 +0200)
committerAndreas Dolp <dev@andreas-dolp.de>
Sat, 27 Sep 2025 19:43:45 +0000 (21:43 +0200)
Gbp-Pq: Name llc.patch

configure.ac

index 783aa1489a48e5294820c21b5d578076c50180fb..10113b7b082abd13770162b373ee46e528b93b17 100644 (file)
           [
             AS_IF([test "$CLANG" != no],
                   [
-                    llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \
-                      awk '/^clang version/ {
-                             split($3, v, ".");
-                             printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]])
-                           }')
+                    #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \
+                    #  awk '/^clang version/ {
+                    #         split($3, v, ".");
+                    #         printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]])
+                    #       }')
+                   llc_candidates=llc
                     AC_CHECK_PROGS([LLC], [$llc_candidates], "no")
                     if test "$LLC" = "no"; then
                         AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])